home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Interapplication Comm / MenuScripter / Sources / PLStrs.h < prev   
Encoding:
C/C++ Source or Header  |  2000-09-28  |  153 b   |  7 lines  |  [TEXT/SPM ]

  1. #pragma once
  2.  
  3. #include <Types.h>
  4.  
  5. pascal StringPtr     PLstrcpy(StringPtr str1, StringPtr str2);
  6. pascal StringPtr    PLstrcat(StringPtr str1, StringPtr str2);
  7.